dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MemCryptStorage Class / AddKey Method / AddKey(String,Byte[]) Method
The key ID.
The added key.

In This Topic
    AddKey(String,Byte[]) Method
    In This Topic
    Adds a key with a specific ID to MemCryptStorage.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub AddKey( _
       ByVal id As String, _
       ByVal pemKey() As Byte _
    ) 
    public static void AddKey( 
       string id,
       byte[] pemKey
    )

    Parameters

    id
    The key ID.
    pemKey
    The added key.
    See Also